home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13476 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: gaia.ns.utk.edu!mbk
  2. From: mbk@caffeine.engr.utk.edu (Matt Kennel)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: NEED C++ Vector and MAtrix construcotr/distructor and operatiors
  5. Date: 25 Mar 1996 21:59:20 GMT
  6. Organization: University of Tennessee, Knoxville and Oak Ridge National Laboratory
  7. Message-ID: <4j74vo$8e3@gaia.ns.utk.edu>
  8. References: <4iruk0$eat@newshost.lanl.gov>
  9. Reply-To: kennel@msr.epm.ornl.gov
  10. NNTP-Posting-Host: caffeine.engr.utk.edu
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Liang Lu (llu) wrote:
  14. : I am looking for a c++ library of vector and matrix including overloaded
  15. : operations such as addition, subtruction, multiplication, inverse, and etc.
  16.  
  17.  
  18. : Best Regards,
  19. : Liang
  20.  
  21. : Liang Lu
  22. : CNLS/T13
  23. : MS B213
  24. : Los Alamos National Laboratory
  25. : Los Alamos, NM 87545
  26.  
  27. : Tele: 505-665-7537
  28. : Fax:  505-665-3003
  29. : Email: llu@t13.lanl.gov
  30. : On-line Home-page: http://t13.lanl.gov/~llu/
  31.  
  32. Try LAPACK++, written by your fellow DOE workers.  I'm sure many people at
  33. T13 already have LAPACK loaded on their computers.
  34.  
  35. Check in /usr/local/lib.  It's likely that LAPACK++ itself is already there.
  36.  
  37. Matt Kennel
  38.  
  39. (I won't give my opinion of C++ here but see the Sept/Oct '95 issue of
  40.  Computers in Physics) 
  41.  
  42.